Welcome![Sign In][Sign Up]
Location:
Search - clock algorithm

Search list

[Windows Developclock-algorithm

Description: 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
Platform: | Size: 2320 | Author: 代怀凯 | Hits:

[assembly languageclock model

Description: 时钟模拟汇编算法-compilation clock simulation algorithm
Platform: | Size: 1024 | Author: 陈非 | Hits:

[Crack Hackmimaxue_md5

Description: md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use of computer clock seed collection methods generate random number seed.
Platform: | Size: 30720 | Author: wf | Hits:

[Mathimatics-Numerical algorithmsNRU

Description: 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is practical use out of the many pages of the algorithm a. This course is designed to use C programming language, windows platform in the pages out of (NRU) algorithm simulation, through the pages out of (NRU) algorithm simulation to further enhance the use of the algorithm NRU understanding, and to the C programming language use. Keywords : page out NRU clock algorithm
Platform: | Size: 105472 | Author: 戴天天 | Hits:

[Windows Developclock-algorithm

Description: 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
Platform: | Size: 2048 | Author: 代怀凯 | Hits:

[OtherCLOCK

Description: 这是一个时钟页面替换算法,用于操作系统存储器的页面替换,运行于VC++平台-This is a clock page replacement algorithm for the operating system memory page replacement, running on VC++ Platform
Platform: | Size: 2048 | Author: 陈梅 | Hits:

[source in ebookclock

Description: 模拟计算机操作系统中改进的clock算法,源代码中用到了STL希望使用者在阅读之前有STL基础-Analog computer operating system to improve the clock algorithm, the source code used in the STL want users to read before the foundation STL
Platform: | Size: 1024 | Author: 张晋 | Hits:

[OS DevelopClock

Description: 大学计算机操作系统课程设计,完成页面置换功能,利用clock算法-University computer operating system curriculum design, complete page replacement function, the use of clock algorithm
Platform: | Size: 226304 | Author: 王明 | Hits:

[OS Developclock

Description: 操作系统中改进型clock页面置换算法的演示算法-Improved version of the operating system clock page replacement algorithm demonstration algorithm
Platform: | Size: 1024 | Author: | Hits:

[OS DevelopClock

Description: 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need not be transferred to memory, but the distribution of the process had run out of memory space, in order to ensure that the process can continue execution from memory in the process of redeployment of a number of pages for Out-of-Core of the area, but out of that page, you can use different algorithms.
Platform: | Size: 1006592 | Author: 李方 | Hits:

[OS Developclock

Description: 关于操作系统clock内存调度代码,描述Clock算法的基本原理、必要的数据结构、编码实现-Scheduling memory clock on the operating system code, Clock algorithm describes the basic principles of the necessary data structure, coding to achieve
Platform: | Size: 1024 | Author: yjian | Hits:

[OS Developworkplace

Description: 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
Platform: | Size: 508928 | Author: lzh | Hits:

[VHDL-FPGA-Verilogclock

Description: FPGA的时钟算法 完整运行文件 通过Xilinx8.2的环境 波形仿真来实现时钟计数-FPGA clock algorithm to run it through a full environmental Xilinx8.2 simulation waveform to achieve the clock count
Platform: | Size: 220160 | Author: qinjin | Hits:

[Linux-UnixNachos-scheduler.tar

Description: 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算法。 NRU(Not Recently Used)算法 SC(Second Chance)算法 Clock算法 Working Set算法 Aging算法 -The purpose of this project is to achieve the missing page handling procedures, which needs to be at an appropriate time to replace some of the pages of entry/exit. In order to reduce the missing pages and pages of memory out to disk from the number, asking you to achieve the five page replacement algorithm. NRU (Not Recently Used) algorithm SC (Second Chance) algorithm Clock algorithm Aging Algorithm Working Set Algorithm
Platform: | Size: 572416 | Author: gavinfeng | Hits:

[OS Developclock

Description: CLOCK算法 计算机操作系统要求实验-CLOCK algorithm is a computer operating system require research
Platform: | Size: 1024 | Author: gaorp | Hits:

[OS DevelopFIFO-LRU-OPT-Clock

Description: 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
Platform: | Size: 15360 | Author: soong | Hits:

[Data structsclock

Description: 页面调度算法,带有修改位的clock算法。-the modified clock algorithm
Platform: | Size: 1024 | Author: LI | Hits:

[Data structsclock

Description: CLOCK改进算法, 按照最多5块的内存分配情况,编程实现所选算法,动态输入访问内存的块号序列,输出置换结果; 测试:输入合法、非法的访问序列数据,检查程序的正确性和健壮性。-CLOCK algorithm improvements, in accordance with up to five memory allocation in programming to the selected algorithm, the dynamic input access memory block number sequence, the output displacement results test: Enter legal, illegal access to sequence data, check the correctness of the program and robust sex.
Platform: | Size: 1024 | Author: yuanpan | Hits:

[Otherclock

Description: 操作系统clock算法,用c实现。代码有详细的注释-The operating system clock algorithm, c to realize the code is detailed notes
Platform: | Size: 959488 | Author: | Hits:

[Internet-NetworkCLOCK

Description: CLOCK 算法功能的相关实现zhihuansuanfa-Related achieve CLOCK algorithm functions
Platform: | Size: 19456 | Author: 李梦蝶 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net